opencard.core.event
Interface CTListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
CardServiceScheduler

public interface CTListener
extends java.util.EventListener

The listener interface for receiving CardTerminalEvents.

See Also:
CardTerminalEvent

Method Summary
 void cardInserted(CardTerminalEvent ctEvent)
          Signal that smart card was inserted.
 void cardRemoved(CardTerminalEvent ctEvent)
          Signal that a smart card was removed.
 

Method Detail

cardInserted

public void cardInserted(CardTerminalEvent ctEvent)
                  throws CardTerminalException
Signal that smart card was inserted.

Throws:
CardTerminalException

cardRemoved

public void cardRemoved(CardTerminalEvent ctEvent)
                 throws CardTerminalException
Signal that a smart card was removed.

Throws:
CardTerminalException